From: Eli Zaretskii Date: Thu, 31 Mar 2011 19:28:26 +0000 (+0200) Subject: etc/NEWS: Reflect new behavior due to revision 103792. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4252 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=08bf0a8c4bd600a0b81f02fc54217e0827272e91;p=emacs.git etc/NEWS: Reflect new behavior due to revision 103792. --- diff --git a/etc/NEWS b/etc/NEWS index 76078ec14fe..14d788ec554 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -204,6 +204,20 @@ scroll a line instead of full screen. ** New property `scroll-command' should be set on a command's symbol to define it as a scroll command affected by `scroll-preserve-screen-position'. ++++ +** If you customize `scroll-conservatively' to a value greater than 100, +Emacs will never recenter point in the window when it scrolls due to +cursor motion commands or commands that move point (e.f., `M-g M-g'). +Previously, you needed to use `most-positive-fixnum' as the value of +`scroll-conservatively' to achieve the same effect. + +--- +** ``Aggressive'' scrolling now honors the scroll margins. +If you customize `scroll-up-aggressively' or +`scroll-down-aggressively' and move point off the window, Emacs now +scrolls the window so as to avoid positioning point inside the scroll +margin. + ** Trash changes *** `delete-by-moving-to-trash' now only affects commands that specify